.tabular_container  {
	width: 100%;
	height: auto;
}

.tabular_title_bar  {
	width: 100%;
	height: auto;
	background-color: #eaeaea;
	color: #4b4b4b;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	padding: 14px 10px;
	border: 1px solid #c8c8c8;
	border-bottom: none;
}

.tabular_nav_container  {
	width: 100%;
	height: auto;
	background-color: #f7f7f7;
	border: 1px solid #c8c8c8;
	padding: 6px 10px;
}

.tabular_body  {
	width: 100%;
	height: auto;
}

.tabular_body .standardtable,
.tabular_body .dataTable  {border-top: 0;}

.show_tabular  {display: inherit !important;}

.active_tabular  {background-color: #004677 !important;}